home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1995 October / EnigmA AMIGA RUN 01 (1995)(G.R. Edizioni)(IT)[!][issue 1995-10][Aminet 7].iso / Aminet / comm / tcp / SLIPScripts1_3.lha / SLIPScripts.doc < prev    next >
Text File  |  1995-02-03  |  3KB  |  82 lines

  1. SLIPScripts  ver 1.3  Feb. 3, 1995  by Travis Pascoe
  2.                                        pasc8891@raven.csrv.uidaho.edu
  3.  
  4. What is it?
  5. ----------------
  6.    SLIPScripts is a set of ARexx scripts used to connect to a host with
  7.    dynamic slip IP assignment and initialize the AmiTCP stack.
  8.  
  9. Requirements
  10. ----------------
  11.    ARexx   (obviously)
  12.    AmiTCP ver 3.0b+
  13.    rexxserdev.library ver 5.02+   (see Aminet - util/rexx/rxser502.lha)
  14.                   by Joseph M. Stivaletta
  15.             ( I would have included rexxserdev in this archive but it
  16.               can already be found on Aminet so I decided not to. )
  17.  
  18. Installation
  19. ----------------
  20.    There are three ARexx scripts provided.  Place them in REXX: or with
  21.    your other ARexx scripts after making the necessary modifications
  22.    detailed in the comments inside each script.
  23.  
  24.    After making the changes to the ARexx scripts, only one other file
  25.    requires changes.  AmiTCP includes a DOS script in AmiTCP:bin/ called
  26.    'startnet' which should be made similar to the one provided in
  27.    this archive.  Either make the necessary changes to AmiTCP:bin/startnet
  28.    or replace it entirely with the example one provided.  The necessary
  29.    changes are described in comments in the 'startnet' script itself.
  30.  
  31.    One final comment, if you replace the old startnet script with the
  32.    example one, be sure to set the 's' bit on the file so that AmigaDOS
  33.    will recognize it as a script file.
  34.  
  35. Usage
  36. ----------------
  37.    From a cli, type one of the following depending on your condition:
  38.    
  39.        rx slipstart
  40.        rx slipstop
  41.        rx slipresume
  42.  
  43. Warning
  44. ----------------
  45.    You WILL need to modify the scripts in several places to suit your
  46.    host dialup terminal.  Follow the comments in each script for
  47.    assistance.  The example scripts supplied work with my university's
  48.    Xylogics terminal server but can easily be modified.
  49.  
  50. Purpose
  51. ----------------
  52.    The purpose of these scripts was to allow me to have more control over
  53.    my SLIP connection (although other connection protocols could be
  54.    supported as well).  I got tired of running Terminus every time just to
  55.    make a simple connection and I wanted to be able to resume a connection
  56.    after reboot (modem still connected) and be able to break connection
  57.    without turning the modem off by hand.
  58.  
  59. Other
  60. ----------------
  61.    These scripts are intended only as an example and a guideline requiring
  62.    modifications by the user to be fully functional.
  63.  
  64.    I make no guarantee as to the suitability of these scripts to any
  65.    specific application.  The user accepts all responsibility.
  66.  
  67. History
  68. ----------------
  69.  
  70. ver. 1.3  -  Changed parse command in SLIPStart.rexx so that it is more
  71. Feb. 3-95    general purpose, now works when variable length IP addresses
  72.              are returned by the provider.
  73.  
  74. ver. 1.2  -  Improved documentation.  Supplied sample aminet:bin/startnet
  75. Feb. 1-95    script showing where to use the $ip environment variable.
  76.  
  77. ver. 1.1  -  First AmiNET release.
  78. Dec. 18-94
  79.  
  80. ver. 1.0  -  Not released.
  81. Dec. 1-94
  82.